home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19990725-20000114 / 000244_news@columbia.edu _Fri Oct 29 09:58:31 1999.msg < prev    next >
Internet Message Format  |  2000-01-13  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA15995
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 29 Oct 1999 09:58:31 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA06246
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 29 Oct 1999 09:46:31 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Linux as terminal for a "Data General" MV/7800 (AOS/VS)
  11. Date: 29 Oct 1999 13:46:30 GMT
  12. Organization: Columbia University
  13. Message-ID: <7vc8fm$634$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <38195973.21BC7B9F@ifd-allensbach.de>,
  17. Klaus Konzept  <kkonzept@ifd-allensbach.de> wrote:
  18. : I want to use a Linux box as a terminal for an old "Data General"
  19. : MV/7800, running AOS/VS. Unfortunately DG has it∩┐╜s own propritary
  20. : terminal modes. I think I would need a software emulating a DG410 (or
  21. : similar) terminal.
  22. : I can connect from Linux to the DG by telnet, but the control sequences
  23. : produce garbage on my Linux screen. 
  24. : Does anyone know where to get such a terminal emulation, or is there
  25. : another possibility to manage this ?
  26. See:
  27.  
  28.   http://www.columbia.edu/kermit/ckfaq.html
  29.  
  30. for why you don't find very many terminal emulators for Linux and other
  31. UNIX varieties.  Usually the best you can do are the VT100 or VT220 of
  32. stock xterm or Xfree86 xterm.  Of course all sorts of DG emulation products
  33. are available for DOS, Windows, etc, such as:
  34.  
  35.   http://www.columbia.edu/kermit/k95.html      <-- Kermit 95 for Win9x/NT
  36.   http://www.columbia.edu/kermit/mskermit.html <-- MS-DOS Kermit for DOS
  37.  
  38. In this case, you can use native DG DASHER terminal types such as D210,
  39. D215, D217, D463, D470.
  40.  
  41. >From Linux, you can use C-Kermit in an xterm window as your Telnet client:
  42.  
  43.   http://www.columbia.edu/kermit/ck70.html
  44.  
  45. When you log on to AOS/VS, give it this command:
  46.  
  47.   char/on/nas/xlt
  48.  
  49. This tells the DG you have a VT100.  Of course you could use regular Linux
  50. telnet too; the advantage of C-Kermit is the scripting, charset translation
  51. for your Umlaute (the DG has its own unique character set), etc, plus
  52. convenient file transfer over the Telnet connection with the AOS/VS version
  53. of C-Kermit.
  54.  
  55. For serial connections from Linux, all the same advice applies, since Kermit
  56. handles both kinds of connections.
  57.  
  58. - Frank